From a9c54a458afb5cbb150c441f5ef489d617f1f5e0 Mon Sep 17 00:00:00 2001 From: justbur Date: Thu, 2 Jul 2015 09:19:48 -0400 Subject: [PATCH] Add provide line --- which-key.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/which-key.el b/which-key.el index 0588d170086..968a52c7a24 100644 --- a/which-key.el +++ b/which-key.el @@ -179,3 +179,5 @@ replace and the cdr is the replacement text. " "Deactivate idle timer." (cancel-timer which-key--timer)) +(provide 'which-key) + -- 2.30.2